home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / MacApp Documentation / MacApp.TECH$ Archives / 1990 / Jan 90 / MacApp.Tech$ 1⁄19⁄90 / 0421-Re MacApp Suggestion-Jan90 < prev    next >
Encoding:
Text File  |  1991-03-06  |  1.0 KB  |  36 lines  |  [TEXT/GEOL]

  1. Item    9513644                         15-Jan-90        09:56
  2.  
  3. From:   DALE.P                          Peterson, Dale
  4.  
  5. To:     D5369                           Mgmt Sys Des, Chuck McMath,PRT
  6.  
  7. cc:     MACAPP.TECH$                    MacApp Technical
  8.  
  9. Sub:    Re: MacApp Suggestions…
  10.  
  11. Chuck,
  12.  
  13. 1:
  14. When I need a deBug flag in place of using one that is used by MacApp I create
  15. a new one for myself with a line like:
  16.  
  17. DebugFlag(@gDisplayResults,'1', NIL, AtStr('DisplayResults'));
  18.  
  19. gDisplayResults     is a global BOOLEAN that I have declared
  20. '1'                 is the char to type to switch the flag
  21. NIL                 I forget what this is for
  22. 'DisplayResults'    is the name you will get after typing a ?
  23.  
  24. This routine is call in my Init Procedure and gDisplayResults is set to FALSE
  25. for me.  You may want it TRUE.
  26.  
  27. 2:
  28. I hold down the control Key to use the Inspector window from the DeBugger.
  29. This does NOT always work but it works most of the time for me.
  30.  
  31. Hope this helps
  32. Dale Peterson
  33. Apple Computer Inc.
  34. AppleLink DALE.P
  35.  
  36.